home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / u_intro.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  304 b   |  15 lines

  1. on mouseUp
  2.   set the video of member "unisys2" to 0
  3.   set the video of member "unisys1" to 0
  4.   updateStage()
  5.   set the visible of sprite 10 to 0
  6.   cursor(4)
  7.   go("1a_4")
  8. end
  9.  
  10. on exitFrame
  11.   set the volume of sound 1 to 255
  12.   set the visible of sprite 10 to 1
  13.   set the video of member "unisys2" to 1
  14. end
  15.